Chainsaw questions and answers:


Q: How do I install Chainsaw?
A: Simply copy chainsaw.exe and chainsaw.exe.manifest into a directory of your choice

Q: How do I uninstall Chainsaw?
A: Delete chainsaw.exe and chainsaw.exe.manifest

Q: On which versions of Windows does Chainsaw run?
A: I tested it on Win95, Win98SE, WinNT, Windows2000 and WinXP.

Q: How do I split a file with Chainsaw?
A: Adjust the settings on the control panel and then drag and drop the file onto the
big Chainsaw button. Chainsaw will split the file into a number of .chunk files plus a .bat file.
Each .chunk file is just a piece of the original file. Chainsaw does not use a special file format for these. Also the original file is never modified.
Example:
Myfile will be split into
Myfile.chunk1, Myfile.chunk2, Myfile.chunk3... plus myfile_Merge.bat

Q: How do I put the chunks together again?
A: You don't need Chainsaw to put the chunks together again.
Copy all the .chunk files and the .bat file into the destination directory.
Make sure that there is enough space for the original file. Then run the .bat file.
The .chunk files are merged.
The .chunk files are automatically deleted. If you need to keep them, you'll have to save them at a different location before you run the .bat file.
Note: on some Win95 configurations you cannot merge the files on the desktop. Use any other directory instead.

Q: The .bat file fails. What can I do?
A: Modify the .bat file by inserting a "pause" command after each line. Then run the .bat file in a command window (DOS-Box).
The .bat file now runs interactively. In most cases if something goes wrong, you will get an error message. The .bat file is straightforward and often problems can be solved by editing it.

Q: What is the maximum input file size?
A: Theoretically the filesize is 2 64 Bytes (1GB = 2 30 Bytes).
However this is impractial. The largest testfile I used was only 7.9GB huge. I cannot guarantee
a file size beyond that. If you reach the limit, tell me.

Q: Can I abort a file splitting while it is running?
A: Yes any time by clicking on the Close button.

Q: Can Chainsaw be run as a command line tool?
A: If you supply parameters to chainsaw, it runs in silent mode without the dialog box. Thus you may use it in batch processing.
Errors will be reported by a message box.
The command line format is: chainsaw file [ -c chunksize] [-d destpath]
file: the file to split. Must be the first parameter.
chunksize: size as integer with dimension which can be KB, MB or GB, for example 500KB.
Decimals will be ignored. Instead of 1.4MB write 1400KB.
The default is 1MB.
destpath: output path

example: chainsaw c:\myfiles\bigone.bmp -c 1MB -d c:\temp

Q: May I publish Chainsaw on my website (esp. download-site)?
A: Yes, but you must use the download link ftp://ftp.sohard.de/pub/NewBago/chainsaw.zip

Q: How can I get updates or information?
A: You can always get the latest version from Chainsaw's homepage
I invite you to subscribe to the chainsaw-filesplitter newsgroup at Yahoo! where I will post news about Chainsaw.

Q: How much is Chainsaw?
A:Chainsaw is absolutely free. You may make as many copies as you like.

⌐ 2003 Gerhard Schmeusser, Dipl. Ing. univ. , MCSD